home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / move13.arc / CHAR.DEF < prev    next >
Encoding:
Text File  |  1986-04-03  |  658 b   |  42 lines

  1. .xlist
  2. .xcref
  3. .xcref nul,soh,stx,etx,eot,enq,ack,bel,bs,ht,lf,vt,ff,cr,so,sn,dle
  4. .xcref dc1,dc2,dc3,dc4,nak,syn,etb,can,em,eof,esc,fs,gs,rs,us,spc,del
  5. ; defines a number of common characters
  6. nul    equ 00h
  7. soh    equ 01h
  8. stx    equ 02h
  9. etx    equ 03h
  10. eot    equ 04h
  11. enq    equ 05h
  12. ack    equ 06h
  13. bel    equ 07h
  14. bs    equ 08h
  15. ht    equ 09h
  16. lf    equ 0ah
  17. vt    equ 0bh
  18. ff    equ 0ch
  19. cr    equ 0dh
  20. so    equ 0eh
  21. sn    equ 0fh        ; si
  22. dle    equ 10h
  23. dc1    equ 11h
  24. dc2    equ 12h
  25. dc3    equ 13h
  26. dc4    equ 14h
  27. nak    equ 15h
  28. syn    equ 16h
  29. etb    equ 17h
  30. can    equ 18h
  31. em    equ 19h
  32. eof    equ 1ah        ; sub
  33. esc    equ 1bh
  34. fs    equ 1ch
  35. gs    equ 1dh
  36. rs    equ 1eh
  37. us    equ 1fh
  38. spc    equ 20h        ; sp
  39. del    equ 7fh
  40. .cref
  41. .list
  42.